home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / postd13.zip / POSTDOOR.DOC < prev    next >
Text File  |  1993-03-11  |  4KB  |  115 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                           POSTSCRIPT Script 1.3
  7.  
  8.  
  9. Created for RIME Sysops that use ACCESS or QMM to handle mail transfers
  10. and want to include the POSTDOOR stuff in the mail run.
  11.  
  12. Installation is simple.  Copy both files into your TELIX directory,
  13. configure the POSTDOOR.CFG file and then set ACCESS up to Instascript.
  14.  
  15. Files included:
  16.  
  17.         POSTDOOR.SLC - Telix script file
  18.         POSTDOOR.SLT - Uncompiled Script
  19.         POSTDOOR.CFG - Configuration file
  20.         POSTDOOR.DOC - Documentation file (your reading it now)
  21.         CRS.INS      - Sample Instascript file
  22.  
  23. Sample Configuration File:
  24. --------------------------
  25. D:\POSTLINK\WORK\   <--- Line 1, Directory of POSTLINK mail directory
  26. 5213                <--- Line 2, POSTLINK ID number
  27. N                   <--- Should be "Y" or "N" depending on whether or
  28.                          not you want to stay online should your Hosts
  29.                          POSTDOOR decide to begin packing message bases
  30.                          on your time (I got stuck online for 86 minutes
  31.                          once because of this!... on my system this is
  32.                          set to N since I don't want to wait.  Of course
  33.                          your Hosts message packs might be short so it
  34.                          would be OK to wait)
  35.  
  36.  
  37. Sample Instascript file:
  38. ------------------------
  39. SCRIPT postdoor
  40. END
  41.  
  42.  
  43. What does it do?
  44. ----------------
  45.  
  46. Basically all this script does is issue the command "POSTDOOR" to open
  47. the Host's door and then automatically uploads your PREAMBLE file,
  48. Uxxxx.ZIP file and then downloads the "Dxxxx.ZIP" file all in the
  49. appropriate directory.  Should the download fail then the script will
  50. delete the Dxxxx.ZIP file for you.
  51.  
  52. On a successful upload the PREAMBLE, Uxxx and Uxxxx.ZIP files are all
  53. deleted (just in case).  This helps prevent duplicates.
  54.  
  55. Here's a sample of my EVENT batch file.  I don't know if this is the
  56. best way but it seems to cover the bases.  From what I've learned about
  57. POSTLINK should a mail upload fail and you run with the /CONTINUE option
  58. anyway then it will delete the message upload file as if it had actually
  59. been uploaded.  Because of this I use a few "tests" in the batch file.
  60.  
  61. EVENT.SYS
  62. ---------
  63.  
  64. if exist d:\postlink\work\u5213.zip goto continue
  65.  
  66. :POST
  67. cd\postlink
  68. postlink caller.cfg
  69.  
  70. :CONTINUE
  71. cd\telix
  72. telix q ctelix.cf%PCBNODE% saxsauto
  73. busy %COMPORT%
  74. rem busy %COMPORT%
  75. cd\qnet
  76. qnet nanet /i
  77. qnet ilink /i
  78. cd\rose
  79. rm crs /i
  80.  
  81. cd\postlink
  82. if exist d:\postlink\work\d5213.zip postlink caller.cfg /CONTINUE
  83.  
  84.  
  85. I hope this is of some use to some of you.  Now I suppose I should put
  86. in the legal stuff just in case some total loon has trouble and decides
  87. to blame me.
  88.  
  89. This software is FREEWARE for use by anyone that finds a use.  The
  90. author gives no warranties of any kind and is not responsible for any
  91. damages whatsoever.  Should this meager script file suddenly turn into a
  92. giant green monster and devour all of the electrons in sight then the
  93. author will reimburse you every penny that you paid him for the software
  94. (and not a penny more) so if you want some insurance then send me bags
  95. of money which I will hold in trust in case something awful happens.
  96.  
  97. I can be reached through the following networks and conferences:
  98.  
  99. Mail addressed to BRUCE FORBES
  100.  
  101. NorthAmeriNet (NANET) - Administration Conference
  102.                         AVIATION
  103.                         Telix Support
  104.  
  105. ILINK                 - Aviation
  106.                         Simulator
  107.  
  108. RIME                  - COMMON
  109.                         Cuisine
  110.                         Aviation
  111.                         FlightSim
  112.                         *Routed mail to Bruce Forbes, System ID "5213"
  113.  
  114.  
  115.